Description
Add the input document to the "Locally Edited" collection. Return the input document.
Operation id | NuxeoDrive.AddToLocallyEditedCollection |
Category | Services |
Label | Nuxeo Drive: Add document to the 'Locally Edited' collection |
Requires | |
Since | |
Parameters
Signature
Inputs | document |
Outputs | document |
Implementation Information
JSON Definition
{
"id" : "NuxeoDrive.AddToLocallyEditedCollection",
"label" : "Nuxeo Drive: Add document to the 'Locally Edited' collection",
"category" : "Services",
"requires" : null,
"description" : "Add the input document to the \"Locally Edited\" collection. Return the input document.",
"url" : "NuxeoDrive.AddToLocallyEditedCollection",
"signature" : [ "document", "document" ],
"params" : [ ]
}